home *** CD-ROM | disk | FTP | other *** search
/ ftp.uv.es / 2014.11.ftp.uv.es.tar / ftp.uv.es / pub / mac / graficos / hpgl-to-pict-hc.hqx / hp2pict deck / background_2253.txt < prev    next >
Text File  |  1982-12-17  |  2KB  |  117 lines

  1. -- background: 2253 from stack: in
  2. -- bmap block id: 5550
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 2004
  11. -- rect: left=17 top=2 right=45 bottom=496
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 20
  16. -- text size: 24
  17. -- style flags: 0
  18. -- line height: 32
  19. -- part name: title
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: 2000
  25. -- rect: left=451 top=21 right=41 bottom=471
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 1013 / 1013
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Next
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual effect wipe left
  37.   go to next card
  38. end mouseUp
  39.  
  40.  
  41.  
  42.  
  43. -- part 3 (button)
  44. -- low flags: 00
  45. -- high flags: 2000
  46. -- rect: left=449 top=4 right=23 bottom=470
  47. -- title width / last selected line: 0
  48. -- icon id / first selected line: 1014 / 1014
  49. -- text alignment: 1
  50. -- font id: 0
  51. -- text size: 12
  52. -- style flags: 0
  53. -- line height: 16
  54. -- part name: Prev
  55. ----- HyperTalk script -----
  56. on mouseUp
  57.   visual effect wipe right
  58.   go to previous card
  59. end mouseUp
  60.  
  61.  
  62.  
  63.  
  64. -- part 4 (button)
  65. -- low flags: 00
  66. -- high flags: 2000
  67. -- rect: left=473 top=4 right=22 bottom=494
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 29019 / 29019
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: to TOC
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   visual effect wipe down
  79.   go to card "TOC"
  80. end mouseUp
  81.  
  82.  
  83.  
  84. -- part 5 (button)
  85. -- low flags: 00
  86. -- high flags: 2000
  87. -- rect: left=409 top=5 right=41 bottom=448
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 5059 / 5059
  90. -- text alignment: 1
  91. -- font id: 0
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: File
  96. ----- HyperTalk script -----
  97. on mouseUp
  98.   --XCMD WriteToFile container,<usePathname>,<"name">,<append>,<creator>
  99.   put field "title" into filename
  100.   writeToFile field "Text",FALSE,fileName,FALSE,"MPS "
  101. end mouseUp
  102.  
  103.  
  104.  
  105. -- part 6 (field)
  106. -- low flags: 01
  107. -- high flags: 0007
  108. -- rect: left=6 top=55 right=330 bottom=506
  109. -- title width / last selected line: 0
  110. -- icon id / first selected line: 0 / 0
  111. -- text alignment: 0
  112. -- font id: 22
  113. -- text size: 10
  114. -- style flags: 0
  115. -- line height: 13
  116. -- part name: text
  117.